Rearrange Android splash screen messages
authorPo Lu <luangruo@yahoo.com>
Tue, 5 Mar 2024 03:23:27 +0000 (11:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 5 Mar 2024 03:23:27 +0000 (11:23 +0800)
commit1a35eb86b8cb75ce390525dd3394a52376b622a6
tree705313e45f9e7ac003be656da6b850bd06ec9f73
parentb06916cb218b133a4ebc9d7fa87b370fc2c2ed02
Rearrange Android splash screen messages

* lisp/startup.el (fancy-startup-tail, fancy-startup-screen)
(normal-splash-screen): Adjust for function renaming; move the
storage permissions notice to the top of the splash screen.

* lisp/term/android-win.el (android-after-splash-screen): Rename
from android-before-splash-screen and adjust layout lightly.

* src/android.c (android_wc_lookup_string): Terminate character
composition after a character is returned, whether it contain a
Unicode character or not.
lisp/startup.el
lisp/term/android-win.el
src/android.c